Hệ thống bổ nhiệm bác sĩ trong PHP bằng mã nguồn

1 <?php include('header.php'); ?>
2
3
4
5
6
7     <!--
this is for donor registraton -->
8     <div
class="donor_reg" style="background-color:#fff;">
9         <h1
class="text-center" style="background-color:#0616BC;color: #fff;padding: 5px;">Successful</h1>
10         
11             <p
class="text-center">Your message has been sent!</p>
12         
13     </div>
14     
15     
16
17     
18  <?php include(
'footer.php'); ?>
19
20
21     
22     </div><!-- containerFluid Ends -->
23
24
25
26
27     <script src=
"js/bootstrap.min.js"></script>
28
29
30     
31 </body>
32 </html>


Gõ tìm kiếm nhanh...